home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / p4 / p4-1_2a.lha / p4-1.2a / lib_f / p4_fmain.f < prev    next >
Text File  |  1992-10-19  |  252b  |  9 lines

  1. C     p4_fmain.f
  2. C This file is the main for all the remote slave processes.  This
  3. C permits fortran I/O from the remotes slaves.
  4.       program fmain
  5. C     print *,'enter fortran slave'
  6.       call slstart()
  7. C     print *,'exit fortran slave'
  8.       end
  9.